.Modelica_LinearSystems2.Math.Polynomial.'^'

Information

Integer power of polynomial (p^n)

Interface

encapsulated operator function '^'
  import Modelica_LinearSystems2.Math.Polynomial;
  import Modelica.Utilities.Streams.print;
  input Polynomial p;
  input Integer n(min = 0) = 1 "p^n shall be computed";
  output Polynomial result(redeclare Real c[max((size(p.c, 1) - 1)*n + 1, 1)]) "= p^n";
end '^';

Generated at 2024-12-17T19:26:02Z by OpenModelicaOpenModelica 1.24.3 using GenerateDoc.mos